home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Herois
/
Abertura.Cst
/
00008_MascaraShort- Script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-19
|
346 b
|
20 lines
on exitFrame
global mantra
if not mantra and the timer > 180 then
puppetSound 2, "Mantra2"
sound fadeIn 2,30
set mantra = true
go frame "AberturaCont"
else
go the frame
end if
end
on mouseUp
global mantra
set mantra = true
puppetSound 2, "Mantra2"
sound fadeIn 2,210 - the timer
go "AberturaCont"
end